home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / cataloger / picview202 / picviewaddone.lha / PicViewAddOne.readme
Text File  |  1996-05-26  |  2KB  |  57 lines

  1. Short:    some Arexx-Script for PicView
  2. Author:   Maik Solf (solf@madhouse.boerde.de)
  3. Uploader: Maik Solf (solf@madhouse.boerde.de)
  4. Type:     gfx/misc
  5.  
  6. -------------------------------------------------------------------------------
  7. MakeAscii.rexx
  8. MakeCopy.rexx
  9. MakeGuide.rexx
  10.  
  11. english:
  12.   With this three arexx-scripts you can write information about the pictures from
  13.   the current cataloge in an ascii- or guidefile or you can write an special
  14.   copyfile.
  15.   In all scripts you can chance the name, the default directory and the titel.
  16.   You must edit the lines 20 to 22 or 16-19.
  17.   Which information in which order you can edit at the end of the scripts.
  18.  
  19. deutsch:
  20.   Mit diesen drei Rexx-Script werden die Bild-Informationen des aktuellen Kataloges
  21.   in eine Asciii- bzw. Guidedatei geschrieben oder eine spezielle CopyDatei erzeugt.
  22.   In allen Scripten kann man seinen Namen, das Default Verzeichnis und den Titel
  23.   editieren. Dazu geht man mit einen Texteditor und ändert die Zeilen 20 bis 22 bzw.
  24.   16-19.
  25.   Welche Daten und in welcher Reihenfolge man dan in der Datei stehen haben möchte
  26.   ändert man in dem Unterprogramm, das sich jeweils in den letzten Zeilen befindet.
  27. -------------------------------------------------------------------------------
  28. MakeAsciiDOpus.rexx
  29. MakeCopyDOpus.rexx
  30. MakeGuideDOpus.rexx
  31.  
  32. english:
  33.   With this three special Opus-Scripts you can choose a cataloge (or more) and then
  34.   will be create an ascii-, copy- or guidefile in the destination directory.
  35.   The settings are
  36.   AmigaDOS  <Path>RX <Path>Make_____DOpus.rexx {fu} {o} {d}
  37.      CD Source
  38.      Do all files
  39.      Output window
  40.      Rescan destination
  41.   ! You have to change the path of picview in the script. !
  42.   Bugs: PicView dont load the complete catalog because out of mem.
  43.  
  44. deutsch:
  45.   Mit diesen drei speziell Opus-Script kann man die Katalog-files anwählen
  46.   (könnne mehrere sein) und dann wird zu jedem Katalog eine Ascii-, Copy- oder
  47.   Guidedatei im Zielverzeichnis erzeugt.
  48.   Die Einstellungen lauten
  49.   AmigaDOS  <Pfad>RX <Pfad>MakeGuideDOpus.rexx {fu} {o} {d}
  50.      CD Quelle
  51.      Mit allen Dateien
  52.      Ausgabefenster
  53.      Ziel neu einlesen
  54.   ! Hier muß noch zusätzlich der Pfad von PicView im Script geändert werden. !
  55.   Fehlerquellen: PicView lädt nicht den kompletten Katalog, da nicht genug Speicher.
  56. -------------------------------------------------------------------------------
  57.